Multi-Step Processing of Spatial Joins
نویسنده
چکیده
The spatial join combines spatial objects from a Cartesian product that satisfy certain geometric attributes. Unfortunately, to validate the operation the actual objects must be compared against each other. The authors discussed a new process for reducing the number of items that have to be retrieved from disk and compared through filtering and approximation. The three step pipeline started by using the MBRs of objects within an R-Tree to create an approximation of the join set. The second step filtered the candidates with various tricks, reducing the total number that needed to be checked with their actual geometries. The third step performed the actual checking, but was sped up through better representation of data.
منابع مشابه
Spatial Joins and R-trees
One of the most important operations in spatial access needed systems are spatial joins. Using for processing such operations R-tree like structures is intensively studies now. The paper gives contemporary state in this research area and presents effective algorithm for spatial joins which combines both I/O and CPU cost optimization. This algorithm is designed like a multi-step process [4] and ...
متن کاملApproximations for a Multi-Step Processing of Spatial Joins
The basic concept for processing spatial joins consists of two steps: First, the spatial join is performed on the minimum bounding rectangles of the objects by using a spatial access method. This step provides a set of candidates which consists of answers (hits) and non-answers (false hits). In the second step, the exact geometry of the candidates is transferred from secondary storage into main...
متن کاملMulti - Step Processing of Spatial Joins
Spatial joins are one of the most important operations for combining spatial objects of several relations. In this paper, spatial join processing is studied in detail for extended spatial objects in two-dimensional data space. We present an approach for spatial join processing that is based on three steps. First, a spatial join is performed on the minimum bounding rectangles of the objects retu...
متن کاملOptimizing Multi-Way Spatial Joins of Web Feature Services
Web Feature Service (WFS) is a widely used spatial web service standard issued by the Open Geospatial Consortium (OGC). In a heterogeneous GIS application, a user can issue a query that relates two or more spatial datasets at different WFS servers. Multi-way spatial joins of WFSs are very expensive in terms of computation and transmission because of the time-consuming interactions between the s...
متن کاملCSE 262 Readings : May 9 . 2006 Multi - Step Processing of Spatial Joins
The spatial join combines spatial objects from a Cartesian product that satisfy certain geometric attributes. Unfortunately, to validate the operation the actual objects must be compared against each other. The authors discussed a new process for reducing the number of items that have to be retrieved from disk and compared through filtering and approximation. The three step pipeline started by ...
متن کامل